home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / pxsrc21a.arc / MSDOSMSC.INF < prev    next >
Text File  |  1991-05-12  |  512b  |  21 lines

  1. Files you'll need to compile with Microsoft C under MSDOS:
  2.  
  3. Make file:
  4.     MAKPOLYX.MSC
  5. Source files:
  6.     POLYXARC.C
  7.     PAKSORTM.C
  8. Header files:
  9.     P_COMMON.H
  10.     PAKMDEFN.H
  11.  
  12. Instructions: 
  13.     Use Microsoft's MAKE program.
  14.         With Microsoft C without Codeview records:
  15.  
  16.              make makpolyx.msc
  17.  
  18.         with Codeview records:
  19.  
  20.              make optlevel=/Od debug=/Zi linkopt=/CO makpolyx.msc
  21.